'Declaration Protected Overridable Sub RebuildTable( _
ByVal cellTemplateChangedEventArgsThe ObjectPropertyChangedEventArgs instance containing the event data when property of cell is template changed. Can be null if cell template is not changed.As Vintasoft.Imaging.ObjectPropertyChangedEventArgs _
)
protected virtual void RebuildTable(
Vintasoft.Imaging.ObjectPropertyChangedEventArgs cellTemplateChangedEventArgs
)
protected: virtual void RebuildTable(
Vintasoft.Imaging.ObjectPropertyChangedEventArgs* cellTemplateChangedEventArgs
)
protected:
virtual void RebuildTable(
Vintasoft.Imaging.ObjectPropertyChangedEventArgs^ cellTemplateChangedEventArgs
)
Parameters
- cellTemplateChangedEventArgs
- The ObjectPropertyChangedEventArgs instance containing the event data when property of cell is template changed. Can be null if cell template is not changed.